
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
parse-filepath
Advanced tools
Parse a filepath into an object. Falls back on the native node.js `path.parse` method if it exists.
Parse a filepath into an object. Falls back on the native node.js
path.parsemethod if it exists.
Install with npm
$ npm i parse-filepath --save
var parsePath = require('parse-filepath');
parsePath('foo/bar/baz/index.html');
Returns:
{ path: 'foo/bar/baz/index.html',
isAbsolute: false,
absolute: '/Users/jonschlinkert/dev/parse-filepath/foo/bar/baz/index.html',
root: '',
dirname: 'foo/bar/baz',
basename: 'index.html',
extname: '.html',
name: 'index' }
true if the path appears to be relative.Install dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright © 2014-2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on July 29, 2015.
The 'path' module is a built-in Node.js module that provides utilities for working with file and directory paths. It offers similar functionalities to parse-filepath, such as parsing paths and extracting components. However, being a core module, it is more widely used and does not require installation.
The 'path-parse' package is a simple utility for parsing file paths into their components. It provides similar functionality to parse-filepath but is a smaller, more focused package. It is useful when you need a lightweight solution for path parsing.
The 'upath' package is a utility for working with file paths across different operating systems. It normalizes paths and provides parsing capabilities similar to parse-filepath. It is particularly useful for ensuring cross-platform compatibility in path handling.
FAQs
Pollyfill for node.js `path.parse`, parses a filepath into an object.
The npm package parse-filepath receives a total of 2,976,706 weekly downloads. As such, parse-filepath popularity was classified as popular.
We found that parse-filepath demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.